FlexReport for WPF
Add メソッド (C1KeyedList<TKey,TItem>)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > C1KeyedList<TKey,TItem> クラス : Add メソッド
追加するページ項目。
ドキュメントページに項目を追加します。
シンタックス
'宣言
 
Public Function Add( _
   ByVal item As TItem _
) As System.Integer
'使用法
 
Dim instance As C1KeyedList(Of TKey,TItem)
Dim item As TItem
Dim value As System.Integer
 
value = instance.Add(item)
public System.int Add( 
   TItem item
)

パラメータ

item
追加するページ項目。

戻り値の型

追加された要素のゼロから始まるインデックス。
参照

C1KeyedList<TKey,TItem> クラス
C1KeyedList<TKey,TItem> メンバ